home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 June: Reference Library / Dev.CD Jun 96 RL / Dev.CD Jun 96 RL.toast / Technical Documentation / Macintosh Technical Notes / Archive / Networking / TCP_Server.sea.hqx / TCP Server / server readme < prev    next >
Encoding:
Text File  |  1992-07-15  |  462 b   |  11 lines

  1. TCP Client/Server Queuing Example
  2. Steve Falkenburg, MacDTS, Apple Computer
  3. 3/11/92
  4.  
  5. this client/server sample uses MacTCP to implement a simple "greeting" server.  the server
  6. opens up several listeners on kGreetingPort (1235).  when a client connects, the data entered
  7. in the greeting dialog is sent to the remote connection, and the connection is closed.
  8.  
  9. connection management is done through the use of Operating System queues to simplify tracking
  10. and usage.
  11.